@CHARSET "UTF-8";
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }

body {width: 100%; height: 100%;
    display: flex;
    justify-content: center;}

#content_wrap {
    width: 100%; height: 100%;
    }

.text_wrap {
    width: 890px;
    height: 421px;
    margin: 0 auto;
    position: absolute;
    left: 18%;
    top: 30%;
    }


#logo {
    width: 289px;
    height: 82px;

    }

#text_content {

    }

#text_cont p {
    width: 100%;
    }

#title {
    font-size: 2.8em;
    font-weight: bold;
    color: #5F6CAF;
    margin: 22px 0 22px 0;
    }


#paragrph {
    font-size: 25px;
    color: #6D6C6C;
    margin: 22px 0 22px 0;
    line-height: 28px;
    }

.login_wrap {
    border-bottom: 1px solid #D6E0F0;
    }

#login_title {
    display: inline-block;
    width: 129px;
    height: 40px;
    box-sizing: border-box;
    background: #D6E0F0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 25px;
    padding: 5px 27px;
    }

.login {
    display: inline-block;
    }

.login label {
    color: #5F6CAF;
    font-size: 25px;
    font-weight: bold;
    padding: 10px;
    vertical-align: middle;
    letter-spacing: -1.5px;
    }

.login input {
    border-radius: 32px;
    border: 1px solid #8D93AB;
    margin-top: 20px;
    padding: 0 0 0 10px;
    }

.login button {
    cursor: pointer;
    border: none;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    margin: 10px;
    background-color: #ff9d7f;
    border-radius: 60px;
    }

#img_wrap {height: 100%;}

#img_wrap img {width: 100%; height: 100%;}

#contact_info { position: absolute; left: 30%; top: 90%; margin-top: 20px; margin-left: 100px; font-size: large; font-weight: initial; color: #4453a2;}

#contact_info a { color: #4453a2; }


.find_btn_wrap {display: inline-block; vertical-align: middle;}

.find_btn_wrap a {font-size: 14px;color: #4453a2;}


/*회원가입 - 210928*/
.join {
    display: inline-block;
    margin-left: 24.5em;
    color: #5F6CAF;
    font-size: 1em;
    font-weight: normal;
    vertical-align: middle;}

.join_content_wrap {
    background: url("../../img/login/new_main.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: auto;
    }

.join button {
    cursor: pointer;
    border: none;
    width: 33px;
    height: 33px;
    background-color: #5F6CAF;
    border-radius: 60px;
    vertical-align: middle;
    }

.join a {
    color: #4453a2;
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: -1px;
    }


.join_title {
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #5F6CAF;
    margin: 22px 0;
    }

.join_sub_text {
    font-size: 16px;
    color: #4f6282;
    text-align: center;
    margin: 1em;
    }

.join_wrap { width: 80%; margin: 2em auto;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
    }

@keyframes fadein {
    from {
        opacity: 0;
        }
    to {
        opacity: 1;
        }
    }

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
        }
    to {
        opacity: 1;
        }
    }

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
        }
    to {
        opacity: 1;
        }
    }

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
        }
    to {
        opacity: 1;
        }
    }

.join_form{background: #fff;
    box-shadow: 0 20px 10px rgb(0 0 0 / 10%);
    max-width: 914px;
    height: fit-content;
    margin: 0 auto;
    padding: 2em;
    }
.join_title {
    display: inline-block;
    width: 129px;
    height: 49px;
    box-sizing: border-box;
    background: #D6E0F0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 25px;
    padding: 12px 17px;
    float: right;
    margin: 0.5em;
    }

.join_content {margin: 2em auto;}

.join_title_new {text-align: center; font-size: 2em; color: #5F6CAF; font-weight: bolder; color: #5F6CAF; font-weight: bolder; margin-bottom: 1em; }

.join_hr {
    border-bottom: 1px solid #D6E0F0;
    width: 80%;
    margin: 0 auto;
    }

.join_table_title {
    text-align: center;
    padding: 0.5em;
    color: #3a4751;
    font-weight: bolder;
    font-size: 1.2em;
    }

.join_table_description {
    text-align: left;font-weight: bold;color: red;
    }
.back { display: inline-block; width: fit-content; text-align: center; color: white; font-weight: bold; margin: 1em auto; padding: 1em; background-color: #ff9d7f; border-radius: 60px;}
.join_tb.back a {font-weight: bolder; color: #FFFFFF;}

.join_tb {
    margin: 2em auto;
    border: none;
    color: #3A4751;
    font-size: 1.1em;
    line-height: 2em;
    letter-spacing: 0.1em;
    border-top: 1px solid #5F6CAF;
    border-bottom: 1px solid #5F6CAF;
    vertical-align: middle;
    background-color: #fff;
    }
.join_tb th {
    text-align: left;
    }
.join_tb tr {
    border-bottom: 1px solid #D6E0F0;
    }

.join_tb input {height: auto;}

.join_btn_wrap{
    width: 120px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    }
.join_btn_wrap .icon{
    position: absolute;
    margin-left: 12px;
    margin-top: 12px;
    z-index: 1;
    }
.join_btn_wrap .icon:hover{
    color: #5F6CAF;
    }
.join_btn {
    border: none;
    width: 120px;
    height: 39px;
    padding-left: 20px;
    background-color: #5F6CAF;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    transition: all 150ms ease;
    cursor: pointer;
    border: 0;
    }

.join_btn:hover { color: #5F6CAF; background-color: #fff; border: 1px solid #5F6CAF;}

.join_back_btn {
    width: 120px;
    height: 39px;
    line-height: 17px;
    padding: 10px 5px;
    border: 1px solid #4e89cb;
    border-radius: 5px;
    color: #4e89cb;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    transition: all 150ms ease;
    }

.join_back_btn:hover { background-color: #5F6CAF; color: #fff;}

.answer {margin-left: 25%;  font-size: 0.9em; letter-spacing: 0;}

.alert-warning{
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    width: fit-content;
    border-radius: 8px;
    font-size: 0.8em;
    letter-spacing: 0;
    padding: 0 1em;
    margin: 0.5em; }

.alert-error{
    color: #f7f7f7;
    background-color: #ff5a5a;
    border: 1px solid #da0000;
    width: fit-content;
    border-radius: 8px;
    font-size: 0.8em;
    letter-spacing: 0;
    padding: 0 1em;
    margin: 0.5em; }

.alert-success{
    color: #f7f7f7;
    background-color: #00c000;
    border: 1px solid #C6F1C6;
    width: fit-content;
    border-radius: 8px;
    font-size: 0.8em;
    letter-spacing: 0;
    padding: 0 1em;
    margin: 0.5em; }

.info_ex_text{
    text-align: left;
    font-weight: normal;
    color: #7b7b7b;
    letter-spacing: 0;
    font-size: 14px;
    }

.symbol::before{
    content: " ";
    display: inline-block;
    position: relative;
    top: -4px;
    left: -8px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #84b3ff;}

.findform{    background: #fff;
    box-shadow: 0 20px 10px rgb(0 0 0 / 10%);
    max-width: 914px;
    height: fit-content;
    margin: 0 auto;
    padding: 2em;
    }